08 – Importing

Placing your code into different packages is no good if you can’t access the code from other across those packages. To do so we introduce the idea of the import. For example if we take our class representing a human and place it into yourinitials.beings package but we want to use it with a program … Continue reading 08 – Importing